From 561169b466e4fc78760b5df8eccccd1a8e81fdcd Mon Sep 17 00:00:00 2001 From: Daniel Sabo Date: Mon, 29 Apr 2013 18:10:25 -0700 Subject: [PATCH] Re-enable gggl-lies It was not the source of the troubles I had blamed it for. --- extensions/gggl-lies.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/gggl-lies.c b/extensions/gggl-lies.c index 058ec8e..47a973b 100644 --- a/extensions/gggl-lies.c +++ b/extensions/gggl-lies.c @@ -1564,7 +1564,6 @@ int init (void); int init (void) { -#if 0 const Babl *rgbaF = babl_format_new ( babl_model ("RGBA"), babl_type ("float"), @@ -1759,7 +1758,6 @@ init (void) o (rgb8, rgbA8); o (rgba8, rgb8); o (rgbaF, rgbA8); -#endif return 0; } -- 2.30.2